home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pcx_c.zip / MAKEFILE < prev    next >
Text File  |  1988-04-17  |  441b  |  25 lines

  1. OBJLST=          pcx.o ega.o cga.o herc.o vgr.o vgrfill.o pcxdisp.o pcxfile.o
  2. CFLAGS=          +ld
  3.  
  4. $(OBJLST):    pcx.h vgr.h lib.h
  5.  
  6. pcx.o:          pcx.c
  7.           cc +ld -dMAIN pcx.c
  8.  
  9. pcx.exe:      $(OBJLST)
  10.           ln $(OBJLST) -l\lib\aztec\cld
  11.  
  12. arc:          clean
  13.           del azer.arc
  14.           arc a azer
  15.  
  16. clean:
  17.           del *.bak
  18.           del *.o
  19.           del ctmp*.*
  20.           del *.\$*
  21.           del *.cif
  22.           del *.img
  23.           del x.*
  24.  
  25.